projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf66807
)
(describe-function): Use " is " instead of colon.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Aug 1997 03:57:04 +0000
(
03:57
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 4 Aug 1997 03:57:04 +0000
(
03:57
+0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 42fd5d29112249b7cc34f46c79a66ebce1e5ce8f..ab3e0d096ab86237f4840e9d4d3006ad16d9def5 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-519,7
+519,9
@@
C-w Display information on absence of warranty for GNU Emacs."
(if function
(with-output-to-temp-buffer "*Help*"
(prin1 function)
- (princ ": ")
+ ;; Use " is " instead of a colon so that
+ ;; it is easier to get out the function name using forward-sexp.
+ (princ " is ")
(let* ((def (symbol-function function))
file-name
(beg (if (commandp def) "an interactive " "a ")))